home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00264.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  135 b   |  8 lines

  1. on enterFrame
  2.   repeat with nn = 1 to 24
  3.     set the visible of sprite nn to 1
  4.   end repeat
  5.   clearPuppets(1, 20)
  6.   puppetSound(0)
  7. end
  8.